home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / isinf.0 < prev    next >
Text File  |  1996-09-02  |  1KB  |  32 lines

  1.  
  2. ISINF(3)                   UNIX Programmer's Manual                   ISINF(3)
  3.  
  4. NNAAMMEE
  5.      iissiinnff, iissnnaann - test for infinity or not-a-number
  6.  
  7. SSYYNNOOPPSSIISS
  8.      _i_n_t
  9.      iissiinnff(_d_o_u_b_l_e)
  10.  
  11.      _i_n_t
  12.      iissnnaann(_d_o_u_b_l_e)
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.      The iissnniinnff() function returns 1 if the number is ``infinity'', otherwise
  16.      0.
  17.  
  18.      The iissnnaann() function returns 1 if the number is ``not-a-number'', other-
  19.      wise 0.
  20.  
  21. SSEEEE AALLSSOO
  22.      math(3)
  23.  
  24.      _I_E_E_E _S_t_a_n_d_a_r_d _f_o_r _B_i_n_a_r_y _F_l_o_a_t_i_n_g_-_P_o_i_n_t _A_r_i_t_h_m_e_t_i_c, Std 754-1985, ANSI.
  25.  
  26. BBUUGGSS
  27.      Neither the VAX nor the Tahoe floating point have distinguished values
  28.      for either infinity or not-a-number.  These routines always return 0 on
  29.      those architectures.
  30.  
  31. BSD Experimental               January 29, 1994                              1
  32.